Contribution org.nuxeo.ecm.webapp.import.actions--actions
In component org.nuxeo.ecm.webapp.import.actions
org.nuxeo.ecm.webapp.import.actions
inside nuxeo-platform-webapp-core-8.10.jar /OSGI-INF/import-actions-contrib.xml
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action help="desc.smart.import.file" id="dndBulkImportDocuments" label="label.smart.import" link="" order="10">
<category>IMPORT_DOCUMENTS</category>
<properties>
<property name="chainId">FileManager.ImportWithMetaDataInSeam</property>
<property name="layout">bulkImport@create</property>
</properties>
</action>
</extension>